fromPersistableBundle

@RequiresApi(value = 22)
@NonNull
open fun fromPersistableBundle(@NonNull bundle: @NonNull PersistableBundle): @NonNull Person(source)

Extracts and returns the Person written to the bundle. A persistable bundle can be created from a Person using toPersistableBundle. The Icon of the Person will not be extracted from the PersistableBundle.